home *** CD-ROM | disk | FTP | other *** search
/ KeyGen Studio 2002 / KeyGen_Studio_2002.iso / Utilities / Web Server Crackerz / Pass Leech.exe / PassLeecher.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1999-07-28  |  1.6 KB  |  82 lines

  1. object AboutBox: TAboutBox
  2.   Left = 367
  3.   Top = 227
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 281
  23.     Height = 161
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     object ProgramIcon: TImage
  29.       Left = 8
  30.       Top = 8
  31.       Width = 65
  32.       Height = 57
  33.       Picture.Data = {<image000.bmp>}
  34.       Stretch = True
  35.       IsControl = True
  36.     end
  37.     object ProductName: TLabel
  38.       Left = 88
  39.       Top = 16
  40.       Width = 65
  41.       Height = 13
  42.       Caption = 'Pass Leecher'
  43.       IsControl = True
  44.     end
  45.     object Version: TLabel
  46.       Left = 88
  47.       Top = 40
  48.       Width = 53
  49.       Height = 13
  50.       Caption = 'Version 1.0'
  51.       IsControl = True
  52.     end
  53.     object Copyright: TLabel
  54.       Left = 8
  55.       Top = 80
  56.       Width = 117
  57.       Height = 13
  58.       Caption = 'Copyright 1999 Phobetor'
  59.       IsControl = True
  60.     end
  61.     object Comments: TLabel
  62.       Left = 8
  63.       Top = 104
  64.       Width = 238
  65.       Height = 13
  66.       Caption = 'Thanx to Phantom, Voxy and Lunatic for feedback'
  67.       WordWrap = True
  68.       IsControl = True
  69.     end
  70.   end
  71.   object OKButton: TButton
  72.     Left = 111
  73.     Top = 180
  74.     Width = 75
  75.     Height = 25
  76.     Caption = 'OK'
  77.     Default = True
  78.     ModalResult = 1
  79.     TabOrder = 1
  80.   end
  81. end
  82.